home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000053_news@newsmaster….columbia.edu _Wed May 6 12:58:00 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA13276
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 6 May 1998 12:58:00 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA04588
  7.     for kermit.misc@watsun; Wed, 6 May 1998 12:57:59 -0400 (EDT)
  8. Message-ID: <355094DE.30DEFECF@hp.com>
  9. Date: Wed, 06 May 1998 18:50:40 +0200
  10. From: Miguel Angel Turrado <miguel-angel_turrado@hp.com>
  11. Organization: HP
  12. X-Mailer: Mozilla 4.04 [en] (WinNT; I)
  13. MIME-Version: 1.0
  14. Newsgroups: comp.protocols.kermit.misc
  15. Subject: Problems with modems & HP-UX 10.20
  16. Content-Type: text/plain; charset=us-ascii
  17. Content-Transfer-Encoding: 7bit
  18. NNTP-Posting-Host: apc1mt09.spain.hp.com
  19. Lines: 63
  20. X-Disclaimer: All opinions expressed herein are of personal nature and do not reflect the opinion of third parties.
  21. X-Disclaimer: All opinions expressed herein are of personal nature and do not reflect the opinion of third parties.
  22. Path: news.columbia.edu!panix!nntprelay.mathworks.com!news.maxwell.syr.edu!news1.best.com!sdd.hp.com!hpscit.sc.hp.com!isoit370.bbn.hp.com!apc1mt09.spain.hp.com
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:8705
  24.  
  25. Hello,
  26.  
  27.     We want to use kermit 6.0 in a HP-UX 10.20 machine with a multitech
  28. modem. With the 'cu' command all work properly (cu -s9600 -lcul0p7 dir),
  29. it responds to 'at' commands, and we can connect to the other machine.
  30.  
  31.     We'd like to use kermit. We use:
  32.  
  33.         set modem direct
  34.         set line /dev/cul0p7
  35.         set speed 9600
  36.         set parity none
  37.  
  38.     and then, 'connect'. The system responds:
  39.  
  40.     "Connecting to /dev/cul0p7, speed 9600
  41.     The escape character is Ctrl-\ (ASCII 28, FS)
  42.     Type the escape character followed by C to get back,
  43.     or followed by ? to see other options"
  44.  
  45.     and we can't write anything else (for example an 'at' command, atdt
  46. 02633340). If we write the scape character with 's' , we see:
  47.  
  48.         CD: Off
  49.         DSR: Off
  50.         CTS: Off
  51.         RI: On
  52.         DTR: On
  53.         RTS: Off
  54.  
  55.         By other way, if we try to use the 'dial' command, kermit
  56. answers that we must SET MODEM first, because it seems that with
  57. 'direct' it doesn't work. Instead, with 'SET MODEM MULTITECH', we can
  58. dial. Kermit answers:
  59.  
  60.         "Trying 02633340 ...
  61.         Device /dev/cul0p7, modem: multitech, speed 9600
  62.         Dial timeout: 43 seconds
  63.         To cancel: type your interrupt character (normally Ctrl-C)."
  64.  
  65.         But nothing else appears, and  after several minutes without
  66. answer, we need to press Ctrl-C.
  67.  
  68.         If we try now (with the modem defined like multitech, non like
  69. direct) the command 'connect', kermit answers:
  70.  
  71.        "Connecting to /dev/cul0p7, speed 9600
  72.         The escape character is Ctrl-\ (ASCII 28, FS)
  73.         Type the escape character followed by C to get back,
  74.         or followed by ? to see other options"
  75.  
  76.         and the system hangs, and we need to execute a 'kill' of the
  77. process
  78.  
  79.     Are we doing anything wrong? Do you know other way to get connection
  80. with the other machine?
  81.  
  82.    Thanks in advance for your answer.
  83.  
  84.             Miguel Angel Turrado
  85.             e-mail: miguel-angel_turrado@hp.com